Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test kubernetes in CI #3482

Draft
wants to merge 66 commits into
base: master
Choose a base branch
from
Draft

Test kubernetes in CI #3482

wants to merge 66 commits into from

Conversation

benclifford
Copy link
Collaborator

@benclifford benclifford commented Jun 10, 2024

This PR is a codification of what I had to do to get pytest passing for myself while trying to review other kubernetes PRs.

The bulk of the modified files are additional test markings to label which tests require a shared filesystem (between all workers and the submit side) to store working files; and which tests require file staging (as the default file staging configuration is not valid for kubernetes, due to lack of shared file system).

There is also a bugfix for default pod names being generated as invalid format (which can fixed by users by specifying an explicit prefix)

This PR can probably be merged into master in a few stages.

@benclifford
Copy link
Collaborator Author

this is failing repeatedly on this test: (at 5c55fe6)

parsl/tests/test_regression/test_226.py F
=================================== FAILURES ===================================
__________________________________ test_no_eq __________________________________
    def test_no_eq():
>       res = get_foo_x('foo').result()

(most recently with a ManagerLost... before that, I wasn't capturing enough logging to see the whole exception.

@benclifford benclifford requested a review from rjmello June 10, 2024 15:46
@benclifford benclifford changed the title [not for merge] trying out kubernetes in github actions Test kubernetes in CI Jun 10, 2024
…read_namespaced_pod(), which is functionally the same but requires fewer permissions.
colinthomas-z80 and others added 27 commits August 19, 2024 02:36
…able to deal with staging those files properly (or it might be good to flush out more test problems)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants